From: Graham Inggs Date: Tue, 21 Dec 2021 13:25:56 +0000 (+0200) Subject: Install the pkgconfig file from libutf8proc-dev.install instead of debian/rules X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~55 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=7045183b849902452ac37e545864258546a870b9;p=utf8proc.git Install the pkgconfig file from libutf8proc-dev.install instead of debian/rules --- diff --git a/debian/changelog b/debian/changelog index af86a15..dcaa66e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ utf8proc (2.7.0-1) UNRELEASED; urgency=medium * Add build-dependency on ruby * Skip graphemetest that never completes * Update libutf8proc2.symbols with new symbols from 2.6.0 + * Install the pkgconfig file from libutf8proc-dev.install + instead of debian/rules -- Debian Janitor Fri, 18 Sep 2020 05:52:35 -0000 diff --git a/debian/libutf8proc-dev.install b/debian/libutf8proc-dev.install index a3c8f6c..76f28fa 100644 --- a/debian/libutf8proc-dev.install +++ b/debian/libutf8proc-dev.install @@ -1,3 +1,4 @@ usr/include/* usr/lib/*/lib*.a usr/lib/*/lib*.so +usr/lib/*/pkgconfig/* diff --git a/debian/rules b/debian/rules index c8ab103..c5d77dd 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all override_dh_auto_install: dh_auto_install -- prefix=/usr libdir=/usr/lib/$(DEB_HOST_MULTIARCH) - install -Dm0644 libutf8proc.pc debian/libutf8proc-dev/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/libutf8proc.pc override_dh_installchangelogs: dh_installchangelogs NEWS.md